home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 22
/
PC Actual CD 22.iso
/
progs
/
Netobj
/
netobj
/
t2.z
/
IDFont.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-04-29
|
337 b
|
18 lines
interface IDFont {
String getName();
boolean getItalic();
boolean getStrikethrough();
boolean getUnderline();
boolean getBold();
int getSize();
int getWeight();
int getPoint();
}